object frHilightForm: TfrHilightForm Left = 200 Top = 108 BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp] BorderStyle = bsDialog Caption = 'Hilight attributes' ClientHeight = 253 ClientWidth = 229 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter ShowHint = True OnActivate = FormActivate OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object GroupBox1: TGroupBox Left = 4 Top = 56 Width = 221 Height = 85 Caption = 'Font' TabOrder = 0 object SpeedButton1: TfrSpeedButton Left = 140 Top = 48 Width = 70 Height = 25 Caption = 'Color...' NumGlyphs = 2 OnClick = SpeedButton1Click end object CB1: TCheckBox Left = 8 Top = 20 Width = 97 Height = 17 HelpContext = 67 Caption = 'Bold' TabOrder = 0 end object CB2: TCheckBox Left = 8 Top = 40 Width = 97 Height = 17 HelpContext = 76 Caption = 'Italic' TabOrder = 1 end object CB3: TCheckBox Left = 8 Top = 60 Width = 105 Height = 17 HelpContext = 85 Caption = 'Underline' TabOrder = 2 end end object GroupBox2: TGroupBox Left = 4 Top = 148 Width = 221 Height = 65 Caption = 'Background' TabOrder = 1 object SpeedButton2: TfrSpeedButton Left = 140 Top = 28 Width = 70 Height = 25 Caption = 'Color...' OnClick = SpeedButton2Click end object RB1: TRadioButton Left = 8 Top = 20 Width = 113 Height = 17 HelpContext = 92 Caption = 'Transparent' Checked = True TabOrder = 0 TabStop = True OnClick = RB1Click end object RB2: TRadioButton Left = 8 Top = 40 Width = 113 Height = 17 HelpContext = 103 Caption = 'Other' TabOrder = 1 OnClick = RB1Click end end object Button3: TButton Left = 70 Top = 224 Width = 75 Height = 25 HelpContext = 40 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 2 end object Button4: TButton Left = 150 Top = 224 Width = 75 Height = 25 HelpContext = 50 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 3 end object GroupBox3: TGroupBox Left = 4 Top = 4 Width = 221 Height = 45 Caption = 'Condition' TabOrder = 4 object Edit1: TfrComboEdit Left = 8 Top = 16 Width = 205 Height = 21 HelpContext = 113 Style = csSimple ItemHeight = 13 TabOrder = 0 Glyph.Data = { D6000000424DD60000000000000076000000280000000C0000000C0000000100 0400000000006000000000000000000000000000000000000000000000000000 80000080000000808000800000008000800080800000C0C0C000808080000000 FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00707777777777 0000770777777777000077087007007700007780778007770000778087700077 0000777087007807000077780777777700007700000777770000777708777777 0000777700780777000077777000777700007777777777770000} OnButtonClick = Edit1ButtonClick end end object ColorDialog1: TColorDialog Ctl3D = True Left = 174 Top = 76 end end